Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / CanReplaceRange Method

In This Topic
    CanReplaceRange Method (C1GroupDataCollection<S>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function CanReplaceRange( _
       ByVal index As Integer, _
       ByVal items As IEnumerable(Of S) _
    ) As Boolean
    public override bool CanReplaceRange( 
       int index,
       IEnumerable<S> items
    )

    Parameters

    index
    items
    See Also